home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- ATPasswordPanel = {
- ACTIONS = {
- ok:;
- cancel:;
- setConnectType:;
- quit:;
- setPassword:;
- };
- OUTLETS = {
- serverAuth;
- cancelButton;
- atPasswordPanel;
- serverName;
- nameField;
- quitButton;
- passwordField;
- zoneName;
- connectAs;
- setPasswordButton;
- connectMessage;
- okButton;
- };
- SUPERCLASS = Panel;
- };
-